| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value() As Byte Dim instance As New OctetString(value) | |
| C++/CLI | |
|---|---|
public: OctetString( array<byte>^ value ) | |
Parameters
- value
- The byte array assigned to this object.
| Exception | Description |
|---|---|
| System.ArgumentNullException | The value is a null reference. |
Target Platforms: Microsoft .NET Framework 2.0